home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / WebSites / MailingLists / AMOSLIST.0799 / 000186_nobody_Sat Jul 31 11:05:18 1999.msg < prev    next >
Internet Message Format  |  1999-08-02  |  3KB

  1. Received: from onelist.com (pop.onelist.com [209.207.164.211])
  2.     by osf1.gmu.edu (8.8.8/8.8.8) with SMTP id LAA02175
  3.     for <mcox4@osf1.gmu.edu>; Sat, 31 Jul 1999 11:05:18 -0400 (EDT)
  4. Received: (qmail 18680 invoked by alias); 31 Jul 1999 15:05:33 -0000
  5. Received: (qmail 18657 invoked from network); 31 Jul 1999 15:05:31 -0000
  6. Received: from unknown (HELO cicero1.cybercity.dk) (212.242.40.4) by pop.onelist.com with SMTP; 31 Jul 1999 15:05:31 -0000
  7. Received: from usr00.cybercity.dk (usr00.cybercity.dk [212.242.40.34]) by cicero1.cybercity.dk (8.9.3/8.9.3) with ESMTP id RAA20847 for <amos-list@onelist.com>; Sat, 31 Jul 1999 17:02:18 +0200 (CEST)
  8. Received: from vip.cybercity.dk (ccc21504@msx-arh-16-56.ppp.cybercity.dk [212.242.10.248]) by usr00.cybercity.dk (8.8.8/8.8.8) with SMTP id RAA00546 for <amos-list@onelist.com>; Sat, 31 Jul 1999 17:02:16 +0200 (CEST) (envelope-from keller@vip.cybercity.dk)
  9. From: Rune Keller <keller@vip.cybercity.dk>
  10. To: AMOS List <amos-list@onelist.com>
  11. Date: Sat, 31 Jul 1999 16:47:05 +0100
  12. Message-ID: <yam7881.295.146572280@vip.cybercity.dk>
  13. X-Mailer: YAM 2.0 [060] AmigaOS E-Mail Client (c) 1995-1999 by Marcel Beck  http://www.yam.ch
  14. Mailing-List: list amos-list@onelist.com; contact amos-list-owner@onelist.com
  15. Delivered-To: mailing list amos-list@onelist.com
  16. Precedence: bulk
  17. List-Unsubscribe: <mailto:amos-list-unsubscribe@ONElist.com>
  18. Reply-to: amos-list@onelist.com
  19. Mime-Version: 1.0
  20. Content-Type: text/plain
  21. Subject: [amos-list] GUI Extension Bug
  22. Status: O
  23. X-Status: 
  24.  
  25. From: Rune Keller <keller@vip.cybercity.dk>
  26.  
  27. Noticed a really weird bug in the GUI extension. The funny thing is, that the
  28. following program works fine from the editor. But when compiled, you can start
  29. it and absolutely nothing happens!
  30.  
  31. Trapping down the error was pretty time consuming (as it was in a 50K source
  32. code), but I did it: The problem is with the Dim A(255,255) line. If it is
  33. changed to Dim A(255,254) it works! It is not a memory problem (tried with Set
  34. Buffer 40000 ;).
  35.  
  36. Apart from the first line you can change the rest of this program with any GUI
  37. stuff you want. The problem stays the same. Actually, come to think of it, I'm
  38. not sure if this problem happens without GUI stuff aswell? Anyway...
  39.  
  40. Set Buffer 500
  41.  
  42. Dim A(255,255)
  43.  
  44. A=Tcp F Open(1,"CON:320/0/320/128/Test/CLOSE",1)
  45.  
  46. A=Tcp Signal(1,0,0)
  47.  
  48. Do 
  49.    
  50.    A=Gui Wait
  51.    
  52.    If Tcp Line$(1)<>"" Then Exit 
  53.    
  54. Loop 
  55.  
  56. Tcp Close 1
  57.  
  58. -- 
  59. rune j. keller - sporuplundsvej 105 - dk-8472 sporup - keller@vip.cybercity.dk
  60.     -i am henry the red... lord of the northlands and leader of its people
  61. -you ain't leadin' but two things now, pal! jack and shit, and jack left town!
  62.  
  63.  
  64.  
  65. --------------------------- ONElist Sponsor ----------------------------
  66.  
  67. ONElist announces "FRIENDS & FAMILY!"
  68. For details, including our weekly drawing, go to
  69. http://www.onelist.com/info/onereachsplash3.html
  70.  
  71. ------------------------------------------------------------------------
  72. Official AMOS WWW: http://members.xoom.com/AmosFactory/front.html